Interface symantec.itools.db.beans.brl.DataBoundColMember
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.brl.DataBoundColMember

public interface DataBoundColMember
extends CompColInputMember
Interface which extends CompColInputMember

Version:
1.0 08/17/98
Author:
Puru Balakrishnan

Method Index

 o getAliasName()
get the alias name
 o getBindName()
Get the data binding name
 o getColumnName()
get the column name
 o getQueryNavObj()
get the Query Navigator object This method will return a valid value only if it is of type QUERYNAV_DATASOURCE
 o getSourceType()
get the source type
 o setBindName(String)
set the data binding name
 o setSourceType(int)
set the source type
 o setValue(Object)
set the value

Methods

 o getAliasName
public abstract java.lang.String getAliasName()
get the alias name

Returns:
String
 o getBindName
public abstract java.lang.String getBindName()
Get the data binding name

Returns:
String
 o getColumnName
public abstract java.lang.String getColumnName()
get the column name

Returns:
String
 o getQueryNavObj
public abstract symantec.itools.db.beans.binding.QueryNavigator getQueryNavObj()
get the Query Navigator object This method will return a valid value only if it is of type QUERYNAV_DATASOURCE

Returns:
QueryNavigator
 o getSourceType
public abstract int getSourceType()
get the source type

Returns:
int
 o setBindName
public abstract void setBindName(String name)
set the data binding name

Parameters:
name - Databinding name
 o setSourceType
public abstract void setSourceType(int type)
set the source type

Parameters:
int - Data source type
 o setValue
public abstract void setValue(Object val)
set the value

Parameters:
Object - Value

All Packages  Class Hierarchy  This Package  Previous  Next  Index